listbox: Update accessible state for rows
authorMatthias Clasen <mclasen@redhat.com>
Tue, 13 Oct 2020 16:07:19 +0000 (12:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 13 Oct 2020 21:24:06 +0000 (17:24 -0400)
commit3cc9ac406def4b7b38bb9700a818e10c135099bc
tree9af47cecf9399725d5478fb44c68a3dfc3caa015
parentccbacb5cceaa16abe95f435f2709251c3aacc6c4
listbox: Update accessible state for rows

Set the SELECTED state to reflect whether the row
is selected, unselected, or unselectable. This is
enough to make selection changes appear in Accerciser.

While we are at it, also set the multi-selectable
property for the listbox itself.
gtk/gtklistbox.c